Instructions

LabVIEW code to measure voltage across thermistor and control TEC.

thermistor00.vi This VI shows how to acquire data from the analog input line to measure voltage.

thermistor0.vi This VI puts the voltage read into a While Loop.

thermistor1.vi This VI averages the voltage and adds a strip chart.

Stuff.vi This VI shows how to measure voltage (analog input), control PWM (analog output), enable PWM, switch TEC direction (digital output).

Temp (SubVI).vi

time integrate.vi This VI demonstrates "shift registers" to calculate time intervals, and to integrate time.

time integrate save.vi This VI adds file output to the preceeding VI